home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #3 / K-CD-3-2003.ISO / WinXP Service Pack 1 / xpsp1_sv_x86.exe / ipp_0013.as_ / ipp_0013.asp
Encoding:
Text File  |  2002-08-01  |  964 b   |  36 lines

  1. ∩╗┐<%@ CODEPAGE=65001 %>
  2. <%
  3. ' Replace the above line with your localized code page number
  4. '------------------------------------------------------------
  5. '
  6. ' Microsoft Internet Printing Project
  7. '
  8. ' Copyright (c) Microsoft Corporation. All rights reserved.
  9. '
  10. '------------------------------------------------------------
  11.     Option Explicit
  12. %>
  13. <!-- #include file = "ipp_util.inc" -->
  14. <%
  15.     Response.Expires = 0
  16.     Const L_TitleDevStatus_Text = "Fel i sidan f├╢r enhetsstatus"
  17. %>
  18.  
  19. <html>
  20.  
  21. <head>
  22. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
  23. <%=SetCodePage%>
  24. <title><% =Write(L_TitleDevStatus_Text) %></title>
  25. </head>
  26.  
  27. <body>
  28.  
  29. <%=Write(CLIENT_FONT)%>
  30. <%Const L_DevStatusErr_Text = "<p><H2>Fel i sidan f├╢r enhetsstatus</H2></p>Det g├Ñr inte att skapa sidan f├╢r enhetsstatus f├╢r den angivna skrivaren. Kontakta administrat├╢ren.<br><p>"%>
  31. <%=Write (L_DevStatusErr_Text)%>
  32. <%=END_FONT%>
  33.  
  34. </body>
  35. </html>
  36.